home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / mail / mmdf / KNOWN_BUGS next >
Encoding:
Text File  |  1994-04-18  |  874 b   |  26 lines

  1.  
  2. uip/other/checkmail.c: "-a" flag doesn't work.  Change "getopt" from
  3.   "cfm" to "afm"...
  4.  
  5. uip/other/resend.c: doesn't close signature FD.  Also, doesn't check
  6.   for "\n" in .signature [it should only read the first line]
  7.  
  8. lib/mmdf/ml_send.c: doesn't close signature FD "sigfd" - will cause file
  9.   descriptor leak in "deliver" !!
  10.  
  11. lib/util/cnvtdate.c: in SunOS (BSD) there is no "tz_name" array.
  12.   Change it to be "i->tm_zone".
  13.  
  14. lib/table/tb_ns.4.2.c: needs to be modified to abort NS lookups of strings
  15.   with no "."'s in them.
  16.  
  17. If your "make depend" fails with an "ed" error, try putting a blank
  18. line on the end of all your Makefile.real's.
  19.  
  20. If you are upgrading from a prev version of MMDF, you need to change
  21. flags=root on your root nameserver domain to flags=domain (provided
  22. you are using the nameserver)
  23.  
  24. DO NOT ENABLE .forward FILES... they are a security problem!
  25.  
  26.